projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2ac56
)
docs: Fix typo
author
Benjamin Otte
<otte@redhat.com>
Sun, 20 Feb 2011 23:06:08 +0000
(
00:06
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 20 Feb 2011 23:06:08 +0000
(
00:06
+0100)
docs/reference/gtk/migrating-2to3.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-2to3.xml
b/docs/reference/gtk/migrating-2to3.xml
index 7c7b22da89f9c15f87e276adb6b664941103ee8d..bbef6a526a004b54fae5e6e144ad08f429c9c5db 100644
(file)
--- a/
docs/reference/gtk/migrating-2to3.xml
+++ b/
docs/reference/gtk/migrating-2to3.xml
@@
-244,7
+244,7
@@
gdk_gc_set_tile (gc, NULL);
gdk_gc_set_fill (gc, GDK_SOLID);
gdk_gc_set_ts_origin (gc, 0, 0);
</programlisting></informalexample>
- The equivalent cairo code to draw a tiled surfacelooks
+ The equivalent cairo code to draw a tiled surface
looks
like this:
<informalexample><programlisting>
cairo_t *cr;